home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / libfpvm / WIN32 / pvm_consts.h < prev    next >
C/C++ Source or Header  |  1997-07-22  |  451b  |  24 lines

  1.  
  2. /* $Id: pvm_consts.h,v 1.1 1997/06/27 16:08:59 pvmsrc Exp $ */
  3.  
  4. #include <sys/types.h>
  5. #include <fcntl.h>
  6.  
  7. #define MAX_ARCH_NAME    31
  8. #define MAX_EVENT_NAME    31
  9. #define MAX_HOST_NAME    256
  10. #define MAX_PROC_NAME    256
  11. #define MAX_GRP_NAME    31
  12. #define MAX_HOSTS       256
  13. #define MAX_MBOX_NAME    256
  14.  
  15. #define STRING    0
  16. #define BYTE1     1
  17. #define INTEGER2  2
  18. #define INTEGER4  3
  19. #define REAL4     4
  20. #define COMPLEX8  5
  21. #define REAL8     6
  22. #define COMPLEX16 7
  23.  
  24.